Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

174
Visualizações
Error when redeploying my react app with nodemon it keeps sayings "Plugin "react" was conflicted between "package.json » eslint-config-react"-app »

I'm starting a new React app and if I start it with npm start I have no problem but if I start it with nodemon I start having Plugin "react" was conflicted between "package.json » eslint-config-react-app » each time I redeploy my application :

Console screenshot

Error's Screenshot

I have read this topic : Error when deploying react app and it keeps sayings << Plugin "react" was conflicted between "package.json » eslint-config-react-app » >> and each time I save my package.json the error disappears and each time I change my code it comes back.

I tried :

  • removing my node_modules folder and npm install
  • downgrading eslint-config-react-app to the version 6

I am still very new to nodeJS development, I don't know what I am doing wrong.

Thanks in advance

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

nodemon is for node.js it wouldn't make sense to run nodemon with React. If you're trying to use a backend service with node.js then you would run nodemon on your server file (e.g. nodemon server.js or nodemon index.js). But these should be seperate from your React app folder. For example you could have the following:

|Root
   |backend
      -server.js
   |client
      |src
         -app.js

or like this:

|Root
   -server.js
   |client
      |src
         -app.js

You would then run two seperate calls. While in the server.js folder you would run nodemon server.js. Then in the client folder you would run npm start but make sure you are running them on different tabs of your command-line interface. They should be running simultaneously.

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda